-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support ssl for flink connector #36
Conversation
Codecov Report
@@ Coverage Diff @@
## master #36 +/- ##
============================================
+ Coverage 39.62% 39.68% +0.05%
- Complexity 145 152 +7
============================================
Files 46 48 +2
Lines 1398 1469 +71
Branches 132 136 +4
============================================
+ Hits 554 583 +29
- Misses 791 833 +42
Partials 53 53
Continue to review full report at Codecov.
|
|
||
private final SelfSignedSSLParam selfSignParam; | ||
private final SelfSignParams selfSignParams; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one with SSL and another with not ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll fix the caSSLSignParams to caSignParams.
No description provided.